You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > VectorInt Structure > VectorInt Methods > BitShiftRight Method > VectorInt.BitShiftRight Method ([In] TMtxVecInt, [In] int, [In] int, [In] int, [In] int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
VectorInt.BitShiftRight Method ([In] TMtxVecInt, [In] int, [In] int, [In] int, [In] int)

Apply binary shift by number of Bits to the right to elements in Src.

Syntax
C#
Visual Basic
public TMtxVecInt BitShiftRight([In] TMtxVecInt Src, [In] int Bits, [In] int SrcIndex, [In] int Index, [In] int Len);

the result of binary shift to right by number of Bits applied to Src values [SrcIndex]..[SrcIndex+Len-1] and stored in the calling object (Self) value [Index]..[Index+Len-1]. The sign of the numbers is preserved.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!